home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / mmind.doc < prev    next >
Text File  |  1995-03-31  |  1KB  |  28 lines

  1. (Comp.sources.hp48) 
  2. Item: 121 by ghilardi at urz.unibas.ch 
  3. Author: [Nico Ghilardi] 
  4.   Subj: Mastermind v2.0 
  5.   Date: Mon Jun 01 1992 22:03  
  6.  
  7.           I think the rules of Mastermind are common knowledge. They 
  8.           are besides of that just the same as the rules of the old 
  9.           version. So what's new ? 
  10.           - The code consists now of 5 rather than of 4 pegs. 
  11.           - One peg can appear more than once in the code. 
  12.             ==> These two things make the game more difficult. I did  
  13.                 this because the only real problem of the old version 
  14.                 was the lack of difficulty. 
  15.           - I changed all global variables to local variables, so the 
  16.             program can easily be put on a EEPROM-card. 
  17.           - I replaced all <<Getkey>> and <<0 WAIT>> commands by a 
  18.             machine code keyboard routine. 
  19.           - executing the BYTES-command, you should get: 
  20.             # 43199d 
  21.             5424.5 
  22.  
  23. Nico Ghilardi 
  24. Stutzring 2 
  25. CH-4107 Ettingen BL 
  26. Switzerland 
  27. eMail: <ghilardi@urz.unibas.ch> 
  28.